Skip to content

chore: add local FedEx sandbox test harness scripts#28

Merged
nodrel-dev merged 1 commit into
mainfrom
chore/test-harness-scripts
Jun 24, 2026
Merged

chore: add local FedEx sandbox test harness scripts#28
nodrel-dev merged 1 commit into
mainfrom
chore/test-harness-scripts

Conversation

@nodrel-dev

Copy link
Copy Markdown
Owner

Summary

  • Adds the two harness scripts already referenced by package.json's harness / harness:reset / harness:login scripts but never committed
  • No secrets: credentials are read from gitignored .env.local; the n8n container login + encryption key are dev-only local values

Changes

  • scripts/fedex-test-harness.sh — one-command local n8n container that seeds both FedEx sandbox credentials from .env.local
  • scripts/fedex-harness-seed.py — seeds credentials + test workflows into the container

Test plan

  • No hardcoded secrets (creds sourced from .env.local)
  • Scripts match the harness* entrypoints in package.json

🤖 Generated with Claude Code

Add the harness scripts already referenced by package.json's harness*
scripts but previously untracked:

- scripts/fedex-test-harness.sh — one-command local n8n container,
  seeds both FedEx sandbox credentials from gitignored .env.local
- scripts/fedex-harness-seed.py — seeds credentials + test workflows

No secrets committed: credentials are sourced from .env.local; the
container login and encryption key are dev-only local values.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nodrel-dev nodrel-dev merged commit cc9a62b into main Jun 24, 2026
2 checks passed
@nodrel-dev nodrel-dev deleted the chore/test-harness-scripts branch June 24, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants